home *** CD-ROM | disk | FTP | other *** search
/ PC Advisor 2006 April / PC Advisor 2006 April.iso / internet / OPERA / opera.exe / EMAIL.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-05-06  |  1.3 KB  |  86 lines

  1. @charset "utf-8";
  2. /* Stylesheet for e-mail messages in Opera */
  3. /* Copyright 2004 Opera Software */
  4.  
  5. BODY { 
  6.     background-color: white;
  7. }
  8. TD {
  9.     align: left;
  10.     vertical-align: top;
  11. }
  12.  
  13. TABLE.BACKGROUND {
  14.     width: 100%;
  15. }
  16.  
  17. TABLE.HEADER {
  18.     background-color: #CCCCCC;
  19.     border: none 0px;
  20. }
  21.  
  22. TBODY.HEADER {
  23.     border: none 0px;
  24. }
  25.  
  26. TABLE.ATTACHMENT {
  27.     background-color: #CCCCCC;
  28.     border: none 0px;
  29. }
  30.  
  31. TBODY.ATTACHMENT {
  32.     border: none 0px;
  33. }
  34.  
  35. SPAN.HEADER {
  36.     font-family: Tahoma, Verdana, Arial, sans-serif;
  37.     font-size: 9pt;
  38.     font-weight: bold;
  39.     color: black;
  40. }
  41.     
  42. SPAN.ATTACHMENT {
  43.     font-family: Tahoma, Verdana, Arial, sans-serif;
  44.     font-size: 9pt;
  45.     font-weight: normal;
  46.     color: black;
  47. }
  48.  
  49. SPAN.HEADERDATA {
  50.     font-family: Tahoma, Verdana, Arial, sans-serif;
  51.     font-size: 9pt;
  52.     font-weight: normal;
  53.     color: black;
  54. }
  55.  
  56. PRE.BODY {
  57.     font-family: Lucida Console, Courier New, monospace;
  58.     font-size: 9pt;
  59.     font-weight: normal;
  60.     color: black;
  61.     white-space: -pre-wrap;
  62. }
  63.  
  64. PRE.VIEWHEADER {
  65.     font-family: Lucida Console, Courier New, monospace;
  66.     font-size: 9pt;
  67.     font-weight: normal;
  68.     color: black;
  69. }
  70.  
  71. A.ATTACHMENT:hover {
  72. }
  73.  
  74. A:link {
  75.     text-decoration: none;
  76. }
  77.  
  78. A:visited {
  79.     text-decoration: none;
  80. }
  81.  
  82. A:hover {
  83.     background: #FFFFCC;
  84. }
  85.  
  86.